.tanch.tcsc {
        display: none !important;
    }

    .sk19-mask.cur {
        display: none !important;
    }

    .sk19-mask {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        background: rgba(0, 0, 0, .6);
        z-index: 99999;
    }

    .sk19-box {
        position: fixed;
        top: -150px;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        z-index: 100000;
        width: 389px;
        height: 425px;
    }

    .sk19-head {
        background: #fffeff;
        border-radius: 16px;
        padding-bottom: 0px;
    }

    .sk19-top {
        font-size: 34px;
        text-align: center;
        line-height: 1.2;
        color: #fff1f1;
        /* background: url(http://u3.huatu.com/xiamen/2019/7yue/alerttop.png) no-repeat top center; */
		background: url(https://u3.huatu.com/uploads/allimg/230316/660680-23031611392J13.png) no-repeat top center;
        height: 123px;
        padding-top: 16px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .sk19-top p {
        text-shadow: 0 8px 10px #432eff;
		/* text-shadow: 0 8px 10px #fe5b31; */
        font-size: 32px;
        line-height: 1.2;
        font-family: "Microsoft YaHei";
        color: #fff1f1;
        font-weight: bold;
    }

    .sk19-top span {
        color: #fcf695;
    }

    .sk19-link {
        padding: 10px 18px 0;
        text-align: center;
    }

    .sk19-link a {
        display: inline-block;
        width: 166px;
        height: 46px;
        text-align: center;
        line-height: 44px;
        font-family: "Microsoft YaHei";
        background: #fe4743;
        background: -webkit-linear-gradient(left, #fe5b31, #fe3355);
        background: -o-linear-gradient(right, #fe5b31, #fe3355);
        background: -moz-linear-gradient(right, #fe5b31, #fe3355);
        background: linear-gradient(to right, #2e87ea, #2c70e0);
		/* background: linear-gradient(to right, #fe5b31, #fe3355); */
    color: #fff8f9;
    font-size: 20px;
    border-radius: 30px;
    margin-top: 12px;
    margin-right: 12px;
    text-shadow: 0 4px 4px #2d81e7;
    box-shadow: 0 6px 12px #c0d7fc;
	/* text-shadow: 0 4px 4px #fe5b31; */
    /* box-shadow: 0 6px 12px #fe5b31; */
    transition: all .3s;
    }

    .sk19-link a:hover {
        transform: translateY(-2px);
    }

    .sk19-link a:nth-child(2n),
    .sk19-link a.last {
        margin-right: 0;
    }

    .sk19-yh {
        margin: 28px 28px 0;
        border-top: 1px dashed #ffc3c2;
        padding-top: 10px;
    }

    .sk19-yh p {
        font-size: 24px;
        color: #333333;
        line-height: 1.4;
        text-align: center;
    }

    .sk19-yh p span {
        color: #fe3d4c;
        font-size: 30px;
    }

    .sk19-kc {
        text-align: center;
        padding: 12px 20px 0;
    }

    .sk19-kc a {
        display: inline-block;
        width: 166px;
        height: 46px;
        text-align: center;
        line-height: 44px;
        color: #fe5761;
        font-size: 20px;
        border-radius: 30px;
        margin-right: 12px;
        border: 1px solid #ffc1bf;
        transition: all .3s;
    }

    .sk19-kc a:hover {
        background: #fe4744;
        color: #ffffff;
    }

    .sk19-kc a:nth-child(2n),
    .sk19-kc a.last {
        margin-right: 0;
    }

    .sk19-closed {
        background: url(http://u3.huatu.com/xiamen/2019/7yue/off.png) no-repeat;
        width: 38px;
        height: 38px;
        cursor: pointer;
        position: absolute;
        left: 50%;
        margin-left: -19px;
        bottom: -150px;
        z-index: 1000001;
    }

    .sk19-bottom {
        position: relative;
        margin-top: 30px;
    }

    .sk19-bottom img {
        max-width: 100%;
        height: auto;
        border-radius: 16px;
    }

    .sk19-bottom .img {
        position: absolute;
        left: -150px;
        bottom: -50px;
    }

    @media screen and (max-width:750px) {
        .sk19-bj {
            display: none;
        }

        .sk19-box {
            width: 90%;
            height: 335px;
        }

        .sk19-head {
            padding-bottom: 16px;
            border-radius: 12px;
        }

        .sk19-top {
            line-height: 1.2;
            font-weight: bold;
            background-size: cover;
            height: 76px;
            padding-top: 8px;
        }

        .sk19-top p {
            font-size: 24px;
        }

        .sk19-link {
            padding: 6px 10px 0;
        }

        .sk19-link a {
            width: 44%;
            margin-right: 2%;
            height: 36px;
            line-height: 36px;
            font-size: 15px;
        }

        .sk19-yh {
            margin: 20px 14px 0;
            padding-top: 10px;
        }

        .sk19-yh p {
            font-size: 15px;
            line-height: 1.4;
        }

        .sk19-yh p span {
            font-size: 18px;
            font-weight: bold;
        }

        .sk19-kc {
            padding: 12px 14px 0;
        }

        .sk19-kc a {
            width: 44%;
            margin-right: 2%;
            height: 36px;
            line-height: 36px;
            font-size: 15px;
        }

        .sk19-bottom img {
            width: 100%;
            height: auto;
        }

        .sk19-bottom .img {
            display: none;
        }

        .sk19-closed {
            bottom: -150px;
        }
    }